@jbouduin/holidays
This library gives you a list of holidays for a given year and location. The definitions for calculating the holidays are stored in configuration files.
The original idea comes from Jollyday, a Java project offering the same functionality.
Status
Following types of holidays are planned/implemented
Enum value | Description | Implementation status |
---|
CHRISTIAN | Details | :white_check_mark: |
ETHIOPIAN_ORTHODOX | Details | :x: |
FIXED_DATE | Details | :white_check_mark: |
FIXED_WEEKDAY | Details | :white_check_mark: |
HEBREW | Details | :x: |
ISLAMIC | Details | :x: |
RELATIVE_BETWEEN_FIXED | Details | :white_check_mark: |
RELATIVE_TO_DATE | Details | :white_check_mark: |
RELATIVE_TO_WEEKDAY | Details | :white_check_mark: |
Demo Site
Source: holiday-site
Demo: here
Demo Service Implementation
Source holiday-server